home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-05-31 | 464 b | 12 lines | [TEXT/MPS ] |
- Pascal DrawLine.p #compile it
-
- Link -w -p DrawLine.P.o ∂ #>>>>>>> REMOVE COMMENTS <<<<<<<<<<<
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -m DRAWALINE ∂ #-ALL CAPS -specify the entry point
- -rt 4DEX=16114 ∂ #specify resource type & ID
- -sg Main2 ∂ #make it all one segment
- -sn "Main2=DrawLine(&I;&I;&I;&I)" ∂ #Rename it 4th Dim external style
- -o Proc.Ext(DrawLine) #Where you want external to go
-